curl --request GET \
--url https://api.onetsolutions.net/v1/hosting/plans/{id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"slug": "<string>",
"group": {
"name": "<string>",
"slug": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_en": "<string>",
"name_fr": "<string>",
"headline": "<string>",
"headline_en": "<string>",
"headline_fr": "<string>",
"tagline": "<string>",
"tagline_en": "<string>",
"tagline_fr": "<string>",
"display_order": 2147483647,
"is_active": true
},
"pricing": [
{
"billing_cycle": "monthly",
"price": "<string>",
"discount_percent": "<string>",
"is_default": true
}
],
"created": "2023-11-07T05:31:56Z",
"modified": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_en": "<string>",
"name_fr": "<string>",
"description": "<string>",
"description_en": "<string>",
"description_fr": "<string>",
"hosting_type": "hostingaccount",
"disk_space_mb": 2147483647,
"bandwidth_mb": 2147483647,
"max_email_accounts": 2147483647,
"max_databases": 2147483647,
"max_subdomains": 2147483647,
"max_addon_domains": 2147483647,
"max_parked_domains": 2147483647,
"max_ftp_accounts": 2147483647,
"max_accounts": 2147483647,
"is_active": true
}Retrieve detailed information about a specific web hosting plan including all pricing options.
curl --request GET \
--url https://api.onetsolutions.net/v1/hosting/plans/{id} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"slug": "<string>",
"group": {
"name": "<string>",
"slug": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_en": "<string>",
"name_fr": "<string>",
"headline": "<string>",
"headline_en": "<string>",
"headline_fr": "<string>",
"tagline": "<string>",
"tagline_en": "<string>",
"tagline_fr": "<string>",
"display_order": 2147483647,
"is_active": true
},
"pricing": [
{
"billing_cycle": "monthly",
"price": "<string>",
"discount_percent": "<string>",
"is_default": true
}
],
"created": "2023-11-07T05:31:56Z",
"modified": "2023-11-07T05:31:56Z",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name_en": "<string>",
"name_fr": "<string>",
"description": "<string>",
"description_en": "<string>",
"description_fr": "<string>",
"hosting_type": "hostingaccount",
"disk_space_mb": 2147483647,
"bandwidth_mb": 2147483647,
"max_email_accounts": 2147483647,
"max_databases": 2147483647,
"max_subdomains": 2147483647,
"max_addon_domains": 2147483647,
"max_parked_domains": 2147483647,
"max_ftp_accounts": 2147483647,
"max_accounts": 2147483647,
"is_active": true
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
A UUID string identifying this Web Hosting Plan.
Plan details retrieved successfully
25550^[-a-zA-Z0-9_]+$Show child attributes
Show child attributes
255255hostingaccount - Standard Hostingreselleraccount - Reseller Hostinghostingaccount, reselleraccount Disk space in MB, 0 for unlimited
0 <= x <= 4294967295Bandwidth in MB per month, 0 for unlimited
0 <= x <= 4294967295Maximum email accounts, 0 for unlimited
0 <= x <= 4294967295Maximum databases, 0 for unlimited
0 <= x <= 4294967295Maximum subdomains, 0 for unlimited
0 <= x <= 4294967295Maximum addon domains, 0 for unlimited
0 <= x <= 4294967295Maximum parked domains, 0 for unlimited
0 <= x <= 4294967295Maximum FTP accounts, 0 for unlimited
0 <= x <= 4294967295Maximum accounts for reseller plans
0 <= x <= 4294967295